docs: Change documentation to consistenly use "Returns:"
authorJavier Jardón <jjardon@gnome.org>
Thu, 10 Jul 2014 15:52:44 +0000 (16:52 +0100)
committerJavier Jardón <jjardon@gnome.org>
Thu, 10 Jul 2014 15:54:34 +0000 (16:54 +0100)
Instead "Return value:" or "Return:"

gtk/gtkgesturepan.c
gtk/gtkoverlay.c
modules/printbackends/cloudprint/gtkcloudprintaccount.c
modules/printbackends/cloudprint/gtkprintbackendcloudprint.c
modules/printbackends/cloudprint/gtkprintercloudprint.c

index 19c30425c5357be78c242343e9722114309e4f87..e796342123b76558559157c51909cad789f28331 100644 (file)
@@ -299,7 +299,7 @@ gtk_gesture_pan_new (GtkWidget      *widget,
  *
  * Returns the orientation of the pan gestures that this @gesture expects.
  *
- * Return value: the expected orientation for pan gestures
+ * Returns: the expected orientation for pan gestures
  *
  * Since: 3.14
  */
index 33d43361c998339bc1c0b15886a39df35d2107b0..d10bafe64eca9da14e13cc36a49f3651bb90f8df 100644 (file)
@@ -576,7 +576,7 @@ gtk_overlay_class_init (GtkOverlayClass *klass)
    * #GtkScrolledWindow, the overlays are placed relative
    * to its contents.
    *
-   * Return: %TRUE if the @allocation has been filled
+   * Returns: %TRUE if the @allocation has been filled
    */
   signals[GET_CHILD_POSITION] =
     g_signal_new (I_("get-child-position"),
index 34f724cc9c3152e43ab03019a4537e510d70a7bb..b35a1304f1c73a9f005856ee67b6b6b1eaabbcaa 100644 (file)
@@ -97,7 +97,7 @@ gtk_cloudprint_account_get_type (void)
  * Creates a new #GtkCloudprintAccount object, representing a Google
  * Cloud Print account and its state data.
  *
- * Return value: the new #GtkCloudprintAccount object
+ * Returns: the new #GtkCloudprintAccount object
  **/
 GtkCloudprintAccount *
 gtk_cloudprint_account_new (const gchar *id,
index c032691ce0aeb8969f99fd0dc9def87b6b33b30a..c3d28cb3473363dbd44e66e4203227c33e7594b1 100644 (file)
@@ -163,7 +163,7 @@ gtk_print_backend_cloudprint_get_type (void)
  * object. #GtkPrintBackendCloudprint implements the #GtkPrintBackend
  * interface using REST API calls to the Google Cloud Print service.
  *
- * Return value: the new #GtkPrintBackendCloudprint object
+ * Returns: the new #GtkPrintBackendCloudprint object
  **/
 GtkPrintBackend *
 gtk_print_backend_cloudprint_new (void)
index 96bb98ece3d6395aaf4bdf8a0946fda01d22758d..4f299fdcab1800c8a60a5c251e8595f2edee1a9b 100644 (file)
@@ -102,7 +102,7 @@ gtk_printer_cloudprint_get_type (void)
  * implements the #GtkPrinter interface and stores a reference to the
  * #GtkCloudprintAccount object and the printer-id to use
  *
- * Return value: the new #GtkPrinterCloudprint object
+ * Returns: the new #GtkPrinterCloudprint object
  **/
 GtkPrinterCloudprint *
 gtk_printer_cloudprint_new (const char *name,